Login     Sign up
I want similar footer http://www.temanku.net/
Rajesh Rane (@deffect)
Join date: Nov 25th 2010
Community posts: 18
View Profile
Send Message

I want similar footer [url]http://www.temanku.net/[/url]
where it is need to change the code

Thanks

160 months ago
1
Eliz zeta (@eliz)
Join date: Nov 29th 2010
Community posts: 153
View Profile
Send Message

in page.tpl of you theme, search for footer, and just place there the code you like.

dont forget to have the tiptip mod.

160 months ago
Jules (@cougarmeow)
Join date: Jan 28th 2011
Community posts: 23
View Profile
Send Message

open the themes folder. open page.tpl file with not pad or dream weaver right at the bottom find this code

<!-- do NOT remove the Jcow Attribution Information -->
<?php echo jcow_attribution(1);?>

Copy and Paste this code Below

<div id="bahasa">
<span style="float:left;">
<a href="[url]http://your[/url] link"title="Bahasa Indonesia"class="tipTip">Change here</a> |
<a href="[url]http://your[/url] link"title="English"class="tipTip">English (US)</a> |
<a href="[url]http://your[/url] link"title="Arabic"class="tipTip">Arabic</a> |
<a href="[url]http://your[/url] link"title="Spanish"class="tipTip">Spanish</a> |
<a href="[url]http://your[/url] link"title="Norwegian"class="tipTip">Norwegian</a> |
<a href="[url]http://your[/url] link"title="Italian"class="tipTip">Italian</a> |
<a href="[url]http://your[/url] link"title="Bahasa Minang Kabau"class="tipTip">Bhs.Minang</a>

</span>

<span style="float:right;">Coypyright © 2011 your website name ® All Rights Reserved -
<!-- jcow branding -->

<!-- jcow branding -->  <!-- Image:jcow_attribution('image'), Text: jcow_attribution('text')  -->

    <!-- jcow branding -->
    Powered by <a class="jbrandtag" href="[url]http://www.jcow.net"[/url] title="Create a social network/online community">Jcow</a>
    <!-- jcow branding --> </a> & <a href="[url]http://temanku.net/karismaservice/"title="Di[/url] Karisma Service Centre kami melayani perbaikan seluruh alat elektronik rumah tangga yang rusak. Termasuk perbaikan atau instal ulang komputer. Kami juga menyediakan berbagai macam software dan game untuk komputer anda"class="tipTip">ur website name</a>

Now Open your CSS file add this code right at the bottom

}

bahasa {

text-decoration:none; color:#FF0000; size:10px

the CSS is where you change the style. The colour, font, size.... ect ect you will need to play around with it until you have it the way you like it

160 months ago
1
Jules (@cougarmeow)
Join date: Jan 28th 2011
Community posts: 23
View Profile
Send Message

remember the link will look like this

<a href="[url]http://your.website/language/post/id"title="Bahasa[/url] Indonesia"class="tipTip">Bahasa Indonesia</a> |

160 months ago
Jules (@cougarmeow)
Join date: Jan 28th 2011
Community posts: 23
View Profile
Send Message

if you need any help just ask any time anyways hope this has helped you in some way take care of yourself and each other : )

160 months ago
Tim (@timothy)
Join date: Mar 17th 2011
Community posts: 31
View Profile
Send Message

Pls how do I add Terms at the foot.
Should I redirect to another website where I have written the Terms or toa PDF file. If the latter is the case, how do I go about it?
Tks

158 months ago
Eino (@eino)
Join date: Oct 15th 2010
Community posts: 56
View Profile
Send Message

Edit your footer and put this code:
[code]<a href="[url]http://example.com/termsofcommunity.pdf"[/url] target="_blank">Terms of service</a>[/code]
Just change the [url]http://example.com/termsofcommunity.pdf[/url] to your own link. Remember: don't delete "

152 months ago